ICamCommand.Permanent property

Checks whether the cam state is preserved after the motor is disabled.

true: The cam state is preserved even if the motor is disabled. For example, if the master axis is enabled, the slave axis will be enabled. If an error has occurred on the master, it occurred on the slave too.

false: The cam state won't be preserved after the motor is disabled.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Permanent { get; }
ReadOnly Property Permanent As Boolean

Property value

Type: bool

See also

ICamCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace